https://assets.twitch.tv/assets/pages.popout-chat-7b706e7bfeb8a5c99187.css
https://cdn.frankerfacez.com/static/color_normalizer.6120dffe.css

.tw-root--theme-dark .chat-room {
  border: 6px solid red;
  border-radius: 12px;
    background: repeating-linear-gradient(to right,  
    rgba(0,30,250,1) 0%, 
    rgba(0,120,250,1) 4%,
    rgba(0,40,250,1) 7.0%, 
    rgba(0,80,250,1) 9.0%,
    rgba(0,150,250,1) 12.5%)!important
}

.tw-root--theme-dark .chat-room:hover {
  border: 12px solid blue;
  border-radius: 18px;
    background: repeating-linear-gradient(to right,  
    rgba(110,0,90,1) 0%, 
    rgba(200,0,180,1) 2.5%,
    rgba(140,0,120,1) 5%, 
    rgba(140,0,190,1) 6%,
    rgba(250,0,200,1) 12.5%)!important
}

.tw-root--theme-dark .chat-room:active {
  border: 18px solid yellow;
  border-radius: 24px;
    background: repeating-linear-gradient(to right,   
    rgba(0,210,0,1) 0%,
    rgba(180,210,0,1) 4%,
    rgba(0,200,0,1) 6%,  
    rgba(120,250,0,1) 12.5%)!important
}

span:hover {
  background-color: #0000ffff!important;
}

.stream-chat-header {
    height: 5rem;
    background-color: #0000ff!important
}

.stream-chat-header:hover {
    height: 5rem;
    background-color: #ffff00!important
}

.chat-input__textarea textarea {
    background-color: #ff00ff!important
}

.chat-input__textarea textarea:hover {
    background-color: #0000ff!important
}

.chat-input__textarea textarea:active {
    background-color: #ffff00!important
}


.chat-wysiwyg-input__box {
    background-color: #ff00ff!important
}

.chat-wysiwyg-input__box:hover {
    background-color: #0000ff!important
}

.chat-wysiwyg-input__box:focus-within {
    background-color: #ffff00!important
}
